Autogenerated HTML docs for v1.5.1.1-190-g74474 
diff --git a/git-config.html b/git-config.html index 8245cf3..7ed664e 100644 --- a/git-config.html +++ b/git-config.html 
@@ -273,16 +273,16 @@  <h2>SYNOPSIS</h2>   <div class="sectionbody">   <div class="verseblock">  -<div class="content"><em>git-config</em> [--global] [type] name [value [value_regex]]  -<em>git-config</em> [--global] [type] --add name value  -<em>git-config</em> [--global] [type] --replace-all name [value [value_regex]]  -<em>git-config</em> [--global] [type] --get name [value_regex]  -<em>git-config</em> [--global] [type] --get-all name [value_regex]  -<em>git-config</em> [--global] [type] --unset name [value_regex]  -<em>git-config</em> [--global] [type] --unset-all name [value_regex]  -<em>git-config</em> [--global] [type] --rename-section old_name new_name  -<em>git-config</em> [--global] [type] --remove-section name  -<em>git-config</em> [--global] -l | --list</div></div>  +<div class="content"><em>git-config</em> [--system | --global] [type] name [value [value_regex]]  +<em>git-config</em> [--system | --global] [type] --add name value  +<em>git-config</em> [--system | --global] [type] --replace-all name [value [value_regex]]  +<em>git-config</em> [--system | --global] [type] --get name [value_regex]  +<em>git-config</em> [--system | --global] [type] --get-all name [value_regex]  +<em>git-config</em> [--system | --global] [type] --unset name [value_regex]  +<em>git-config</em> [--system | --global] [type] --unset-all name [value_regex]  +<em>git-config</em> [--system | --global] [type] --rename-section old_name new_name  +<em>git-config</em> [--system | --global] [type] --remove-section name  +<em>git-config</em> [--system | --global] -l | --list</div></div>   </div>   <h2>DESCRIPTION</h2>   <div class="sectionbody">  @@ -396,6 +396,15 @@  </p>   </dd>   <dt>  +--system  +</dt>  +<dd>  +<p>  + Use system-wide $(prefix)/etc/gitconfig rather than the repository  + .git/config.  +</p>  +</dd>  +<dt>   --remove-section   </dt>   <dd>  @@ -1608,7 +1617,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 18-Apr-2007 09:56:50 UTC  +Last updated 20-Apr-2007 07:19:55 UTC   </div>   </div>   </body>